home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •AdventureLand• / Adventures / Adventure Stack ••• / Adventure Stack еее / card_4602.txt < prev    next >
Text File  |  1990-10-02  |  673b  |  31 lines

  1. -- card: 4602 from stack: in
  2. -- bmap block id: 5598
  3. -- flags: 4000
  4. -- background id: 2723
  5. -- name: The Cave
  6. ----- HyperTalk script -----
  7. on openCard
  8.   play "scream"
  9. end openCard
  10.  
  11.  
  12. -- part 1 (button)
  13. -- low flags: 00
  14. -- high flags: A003
  15. -- rect: left=360 top=289 right=311 bottom=460
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Push Me
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   answer "Do You Want To Play Again" with "Yes" or "No"
  27.   if it is "No" then go home
  28.   if it is "Yes" then go to Card 3 of stack "Adventure Stack"
  29. end mouseUp
  30.  
  31.